home *** CD-ROM | disk | FTP | other *** search
Text File | 1990-05-21 | 643 b | 30 lines | [04] ASCII Text (0x0000) |
- *
- * This exec file does a complete build of
- * the sample application: Shell
- *
- * File: Full.Build
- * Target: Shell
- * Sources: Shell.aii
- * ../Rez.Shell/Shell.rez
- *
- * Copyright Apple Computer, Inc. 1988-1990
- * All rights reserved.
- *
-
- echo "Assembling Shell.aii"
- assemble Shell.aii keep=Shell
-
- echo "Compiling Shell.rez"
- copy -c ../rez.shell/shell.rez shell.rez
- compile shell.rez keep=Shell.rfork
- delete shell.rez
-
- echo "Linking..."
- linkiigs Shell.root Shell.a -o Shell.dfork
-
- echo "Duplicating data and resource forks..."
- duplicate -d Shell.dfork Shell
- duplicate -r Shell.rfork Shell
-
- echo "Done!"
-